home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved. The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
- */
-
- #ifndef lint
- static char *sccsid = "@(#)ex_extern.c 7.4 (Berkeley) 6/7/85; 1.2 (Bellcore) 87/04/24";
- #endif not lint
-
- /*
- * Provide defs of the global variables.
- * This crock is brought to you by the turkeys
- * who broke Unix on the Bell Labs 3B machine,
- * all in the name of "but that's what the C
- * book says!"
- */
-
- # define var /* nothing */
- # include "ex.h"
- # include "ex_argv.h"
- # include "ex_re.h"
- # include "ex_temp.h"
- # include "ex_tty.h"
- # include "ex_tune.h"
- # include "ex_vars.h"
- # include "ex_vis.h"
-